home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-24 | 1.2 KB | 52 lines | [TEXT/ttxt] |
- ; See the documentation for more information about making your
- ; own levels. This file describes how to put more than one (in
- ; fact, up to 100) level in a text file.
-
- ; Putting many levels in one text file for Sokoban:
- ; Separate the levels by blank lines, comments, or just titles.
- ; Comments (like this one) start with a semicolon “;” and go until
- ; the end of the line. They are completely ignored.
-
- ; An optional title may be given in quotation marks like this
- "This is not a title"
- ; or like this
- 'Title the level'
- ; Remember to use dumb quotation marks ' and " instead of the
- ; smart ones “ ‘ ” ’.
- ; The title will be displayed when you play the level.
-
- ; If you give a level several titles, only the last one will
- ; be used. The others are ignored.
- ; No comments are allowed within levels.
-
- "Level 1"
- ####
- #@ #
- ### ####
- # .* #
- # $.. $ #
- ### $####
- # #
- ####
-
- #####
- ####. ##
- # $.$. #
- #@$# #$ #
- # $. . #
- ####$#$ #
- #. . #
- #######
- ; Comments are allowed between levels.
- ; So are blank lines
-
- ;This level has no title, poor guy.
- ######
- ####. @#
- # $$$ #
- #.##.##.#
- # $ #
- # $.# ##
- ### #
- ######
- ;The file ends where it ends, either with a level or a comment.